home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Misc / FLM / otherfiles / english / ARexx / ww_take.rexx < prev   
OS/2 REXX Batch file  |  2000-01-01  |  385b  |  13 lines

  1. /* This script takes translation from FLM and send it at Wordworth which
  2.    writes it under the current cursor position */
  3.  
  4. Options RESULTS
  5.  
  6. Address FLM TAKEWORD
  7.  
  8. If Symbol('RESULT')='LIT' Then Exit /* Test if a word has really been
  9.                                        returned. */
  10.  
  11. TEXT RESULT /* send returned word under the current cursor position of
  12.                Wordworth */
  13.